Package com.cisco.pt.ipc.events
Class IPCManagerEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.IPCManagerEventRegistry
An event for the IPC's IPCManagerEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<IPCManagerEventListener>protected Map<String,Set<IPCManagerEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(IPCManagerEventListener listener) voidaddListener(IPCManagerEventListener listener, IPCManager objClass) voidaddListenerFiltered(IPCManagerEventListener listener, List<String> events) voidaddSpecificListenerFiltered(IPCManagerEventListener listener, IPCManager objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(IPCManagerEventListener listener) voidremoveListener(IPCManagerEventListener listener, IPCManager objClass) voidremoveListenerFiltered(IPCManagerEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(IPCManagerEventListener listener, IPCManager objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
IPCManagerEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(IPCManagerEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(IPCManagerEventListener listener, IPCManager objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(IPCManagerEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(IPCManagerEventListener listener, IPCManager objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(IPCManagerEventListener listener, IPCManager objClass) throws IOException - Throws:
IOException
-